object fDT: TfDT Left = 224 Top = 171 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Date / Time' ClientHeight = 135 ClientWidth = 318 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 8 Top = 108 Width = 75 Height = 21 Caption = 'Ok' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 236 Top = 108 Width = 75 Height = 21 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button2Click end object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 305 Height = 89 TabOrder = 2 object Label1: TLabel Left = 16 Top = 26 Width = 26 Height = 13 Caption = 'Date:' end object Label2: TLabel Left = 16 Top = 54 Width = 26 Height = 13 Caption = 'Time:' end object label3: TEdit Left = 50 Top = 23 Width = 121 Height = 21 TabOrder = 0 end object label4: TEdit Left = 50 Top = 51 Width = 121 Height = 21 TabOrder = 1 end object RadioButton1: TRadioButton Left = 198 Top = 21 Width = 99 Height = 17 Caption = 'Date' TabOrder = 2 OnClick = RadioButton1Click end object RadioButton2: TRadioButton Left = 198 Top = 38 Width = 99 Height = 18 Caption = 'Time' TabOrder = 3 OnClick = RadioButton2Click end object RadioButton3: TRadioButton Left = 198 Top = 56 Width = 99 Height = 17 Caption = 'Date and Time' Checked = True TabOrder = 4 TabStop = True OnClick = RadioButton3Click end end end